About HTML Tags
Getting Web Space
Horizontal Lines
Break
Paragraphs
Center Alignment
Colors
Adding Images
Adding Links
Adding Background Images































































The Horizontal Line

What you just saw was a horizontal line. And the code is VERY difficult...ready?!

<HR>

Pretty basic, eh? (oh yeah...please remember that HTML codes don't have to be in capitals...I just do that here so they're easier to distinguish). However, there are several attributes to this simple tag, such as:


So...

<HR size="6" color="#FF0000" width="18" align="left" noshade> gives us:



Of course, you don't need to use all the attributes at once, and these are extremes!